home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / util / faxdb < prev    next >
Text File  |  1994-08-01  |  2KB  |  47 lines

  1. #
  2. # FlexFAX Facsimile System
  3. #
  4. # FAX Database entries are of the form:
  5. #    <keyword> ":" <value>
  6. # where keyword includes:
  7. #    Name        name associated with destination fax machine
  8. #    Company        company name
  9. #    Location        in-company locational information; e.g. building#
  10. #    FAX-Number        phone number through fax machine is reached
  11. #
  12. # Everything is free format.  Whitespace (blank, tab, newline) can be
  13. # freely interspersed with tokens.  If tokens include whitespace, they
  14. # must be encloseed in quote marks.
  15. #
  16. # The "#" character introduces a comment -- everything to the end of
  17. # line is discarded.
  18. #
  19. # FAX applications that use the database access the information
  20. # "by keyword" to place phone calls, format cover sheets, etc.
  21. #
  22. [   Company:    "Silicon Graphics, Inc."
  23.     Location:    "Mountain View, California"
  24.  
  25.     [ Name: "SGI FAX Mail"        FAX-Number: +1.415.961.0595 ]
  26.  
  27.     [ Name: "ESD Purchasing"        FAX-Number: +1.415.962.8098 ]
  28.     [ Name: "Corporate Offices"        FAX-Number: +1.415.967.8538 ]
  29.     [ Name: "Human Resources"        FAX-Number: +1.415.967.8538 ]
  30.     [ Name: "Information Services"    FAX-Number: +1.415.967.8538 ]
  31.     [ Name: "Corporate Sales"        FAX-Number: +1.415.965.3328 ]
  32.     [ Name: "International Sales"    FAX-Number: +1.415.961.0573 ]
  33.     [ Name: "ASD Customer Support"    FAX-Number: +1.415.962.2658 ]
  34.     [ FAX-Number: +1.415.965.7824
  35.     [ Name: "Melissa Anderson"    ]
  36.     [ Name: "Forest Baskett"    ]
  37.     [ Name: "Greg Chesson"        ]
  38.     [ Name: "Paul Haeberli"        ]
  39.     [ Name: "Sam Leffler"        ]
  40.     [ Name: "Mark Linton"        ]
  41.     [ Name: "Jim Winget"        ]
  42.     ]
  43. ]
  44.  
  45. [ Name: "Live 105.3"        FAX-Number: +1.415.552.5483 ]
  46. [ Name: "Live 105.3/#2"        FAX-Number: +1.415.552.5487 ]
  47.